Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the conversion for the "new" ing CSV format. #2

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

jbbandos
Copy link

The separator is now the semicolon, so there is no need to merge two value fields. However, fields need to be renumbered as there is now one less, and the value field needs to have the comma replaced by a colon to allow the conversion to float.
Building on abiggerhammer's pull request.

jbbandos and others added 14 commits August 28, 2018 09:25
…now the semicolon,

so there is no need to merge two value fields. However, fields need to be renumbered as
there is now one less, and the value field needs to have the comma replaced by a colon
to allow the conversion to float.
Fixing the conversion for the "new" ing CSV format. The separator is now the semicolon,
so there is no need to merge two value fields. However, fields need to be renumbered as
there is now one less, and the value field needs to have the comma replaced by a colon
to allow the conversion to float.
Corrected so that if the origin account is empty, the description is used instead
Based on work from TheoMarescaux (https://github.com/TheoMarescaux/ofxstatement-be-ing)
Fixed several formatting errors
Reference README.md instead of README.rst
Added "test" options for Travis
Removed extra "long_description" entry
I am still missing unit tests.
Removed Travis badge, to be re-added after I have the unit tests working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant